home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 7 / FM Towns Free Software Collection 7.iso / taropyon / guilib3 / inc / spicon.h < prev    next >
C/C++ Source or Header  |  1993-11-30  |  304b  |  13 lines

  1. #ifndef    _SPICON_H
  2. #define    _SPICON_H
  3.  
  4. extern    char    _icn16x16_helpBtn[];
  5. extern    char    _icn16x16_closeBtn[];
  6. extern    char    _icn16x16_resizeBtn[];
  7. extern    char    _icn16x16_maxSizeBtn[];
  8. extern    char    _icn16x16_minSizeBtn[];
  9. extern    char    _icn16x16_floppyDiskBtn[];
  10. extern    char    _icn16x16_updirBtn[];
  11.  
  12. #endif
  13.